home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / Source / Dialectic 1.2.source Folder / Dialectic ƒ / Shell ƒ / util.h < prev   
Encoding:
Text File  |  1994-03-21  |  369 b   |  12 lines  |  [TEXT/KAHL]

  1. /**********************************************************************\
  2.  
  3. File:        util.h
  4.  
  5. Purpose:    This is the header file for util.c
  6.  
  7. \**********************************************************************/
  8.  
  9. void Mymemcpy(Ptr, Ptr, unsigned long);
  10. void Mymemset(Ptr, unsigned char, unsigned long);
  11. Boolean Mymemcompare(Ptr thisThing, Ptr thatThing, unsigned char len);
  12.